home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1122 / 1122.xpi / chrome / tabmixplus.jar / skin / classic / tabmixplus / themes / chromifox.css
Cascading Style Sheet File  |  2009-09-10  |  1KB  |  28 lines

  1. /* Tab close button */
  2. .tabbrowser-tab .tabs-closebutton,
  3. .tabbrowser-tab .tab-close-button {
  4.   display: none !important;
  5. }
  6.  
  7. .tabbrowser-tab[tabxleft=on] .showhover-flex {
  8.   display: none !important;
  9. }
  10.  
  11. .tabbrowser-tab[tabx=always][tabxleft=on] .always-left ,
  12. .tabbrowser-tab[tabx=always]:not([tabxleft=on]) .always-right ,
  13. .tabbrowser-tab[tabx=showhover][showbutton=on] .showhover ,
  14. .tabbrowser-tab[tabx=current][tabxleft=on][selected="true"] .always-left ,
  15. .tabbrowser-tab[tabx=current]:not([tabxleft=on])[selected="true"] .always-right {
  16.   display: -moz-box !important;
  17. }
  18.  
  19. /* current & hover */
  20. .tabbrowser-tab[tabx=current_hover][showbutton=on]:not([selected="true"]) .showhover ,
  21. .tabbrowser-tab[tabx=current_hover][tabxleft=on][selected="true"] .always-left ,
  22. .tabbrowser-tab[tabx=current_hover]:not([tabxleft=on])[selected="true"] .always-right {
  23.   display: -moz-box !important;
  24. }
  25.  
  26. .tabbrowser-tab .tabs-closebutton {
  27.   list-style-image: url("chrome://communicator/skin/close.png") !important;
  28. }